<script>on mouseEnterDisplayHelp "This field contains the name by which the Service will be known, (the name is limited to a maximum of 30 characters)."end mouseEnter_______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave_______________on keyDown charif char <> numToChar(8) and the number of chars in me > 29 thenbeepanswer "The Service name is limited to a maximum of 30 characters." with "Continue"elsepass keyDownend ifend keyDown</script>
</part>
<part>
<id>29</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>61</left>
<top>20</top>
<right>477</right>
<bottom>90</bottom>
</rect>
<style>scrolling</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>10</textSize>
<textStyle>plain</textStyle>
<textHeight>13</textHeight>
<name>Description</name>
<script>on mouseEnterDisplayHelp "This field contains a general description of the Service. The information contained here will form part of the on-line help in the target stack."end mouseEnter_______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave</script>
</part>
<part>
<id>46</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>61</left>
<top>1</top>
<right>269</right>
<bottom>18</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>Location</name>
<script>on mouseEnterDisplayHelp "This field contains the location (country/state) in which the Service originates. Click here and the resulting pop-up menus will allow you to change this value."end mouseEnter_______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave_______________on mouseDownput PopUpOptions("Location", "Fld", "L", 228) into Optionif Option <> empty then put Option into fld "Location"end mouseDown</script>
</part>
<part>
<id>45</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>322</left>
<top>1</top>
<right>477</right>
<bottom>18</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>Type</name>
<script>on mouseEnterDisplayHelp "This field contains the type of Service described by this card. Click here and the resulting popup menu will allow you to change this value."end mouseEnter_________________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave_________________on mouseDownput PopUpOptions("Type", "Fld", "L", 227) into Optionif Option <> empty then put Option into fld "Type"end mouseDown</script>
</part>
<part>
<id>32</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <true /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>61</left>
<top>91</top>
<right>93</right>
<bottom>108</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>Charge</name>
<script>on mouseEnterDisplayHelp "This field contains the connection charge for the Service, expressed in cents per minute. A zero value indicates that there is no charge for the Service."end mouseEnter_______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave________________on keyDown charif char <> numToChar(8) and char <> return and char <> tab and (char < 0 or char > 9) thenbeepanswer "This field may only contain numeric values." with "Continue"elsepass keyDownend ifend keyDown</script>
</part>
<part>
<id>20</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <true /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>340</left>
<top>91</top>
<right>477</right>
<bottom>108</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>Password</name>
<script>on mouseEnterDisplayHelp "If the Service is to be password protected then this field will contain the required password otherwise it should be left blank."end mouseEnter________________________________________________________________________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave</script>
</part>
<part>
<id>30</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>168</left>
<top>91</top>
<right>197</right>
<bottom>108</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>TimeOut</name>
<script>on mouseEnterDisplayHelp "This field contains the no. of minutes before the service is automatically terminated. Click here and the resulting pop-up menu will allow you to change this value."end mouseEnter_______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave________________on mouseDownGlobal ZeroToTwentyput PopUpOptions("TimeOut", "Fld", "L", ZeroToTwenty) into Optionif Option <> empty then put Option into fld "TimeOut"end mouseDown</script>
</part>
<part>
<id>14</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>448</left>
<top>109</top>
<right>477</right>
<bottom>126</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>BreakEnabled</name>
<script>on mouseEnterDisplayHelp "This field specifies whether the break function may be used with this Service. Click here and the resulting pop-up menu will allow you to change this value."end mouseEnter_________________________________________________________________________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave_________________________________________________________________________on mouseDownGlobal YesNoput PopUpOptions("BreakEnabled", "Fld", "L", YesNo) into Optionif Option <> empty then put Option into fld "BreakEnabled"end mouseDown</script>
</part>
<part>
<id>15</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>448</left>
<top>127</top>
<right>477</right>
<bottom>144</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>PagesToScroll</name>
<script>on mouseEnterDisplayHelp "This field contains the number of pages to be scrolled by the Service. Click here and the resulting pop-up menu will allow you to change this value."end mouseEnter_________________________________________________________________________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave_________________________________________________________________________on mouseDownGlobal OneToFiftyput PopUpOptions("PagesToScroll", "Fld", "L", OneToFifty) into Optionif Option <> empty then put Option into fld "PagesToScroll"end mouseDown</script>
</part>
<part>
<id>25</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>0</left>
<top>145</top>
<right>449</right>
<bottom>184</bottom>
</rect>
<style>scrolling</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>FKeySettings</name>
<script>on mouseUphide meset the highlite of card button "Func. Keys" to falseend mouseUp</script>
</part>
<part>
<id>18</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <true /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>106</left>
<top>145</top>
<right>477</right>
<bottom>162</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>NotifyString</name>
<script>on mouseEnterDisplayHelp "This field contains the comma delimited notification character strings to be searched for in the service output. Use ^ + character pairing to indicate control characters."end mouseEnter_____________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave</script>
</part>
<part>
<id>16</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>106</left>
<top>109</top>
<right>258</right>
<bottom>126</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>ConnectionTool</name>
<script>on mouseEnterDisplayHelp "This field contains the name of the Connection tool to be used to connect to this Service. Click here and the resulting pop-up menu will allow you to change this value."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseDownglobal Connectionsput PopUpOptions("ConnectionTool", "Fld", "L", Connections) into Optionif Option <> -1 thenif Option <> empty thenset cursor to busyif (Option = fld "ConnectionTool") thenput fld "ConnectionTokens" into Tokenselseput empty into Tokensend ifput CTBConfigureConn(Option, Tokens) into Settingsif Settings <> -1 thenput item 1 of Settings into fld "ConnectionTool"put item 2 of Settings into fld "ConnectionTokens"end ifend ifend ifend mouseDown</script>
</part>
<part>
<id>22</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>159</left>
<top>185</top>
<right>477</right>
<bottom>260</bottom>
</rect>
<style>scrolling</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>ConnectionTokens</name>
<script>on mouseEnterDisplayHelp "This field contains the parameters, (tokens) necassary to configure the Connection tool. Clicking anywhere within this field will allow you to change the parameters."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseDownglobal Connectionsput fld "ConnectionTokens" into Tokensput fld "ConnectionTool" into Toolput CTBConfigureConn(Tool, Tokens) into Settingsif Settings <> -1 thenput item 1 of Settings into fld "ConnectionTool"put item 2 of Settings into fld "ConnectionTokens"end ifend mouseDown</script>
</part>
<part>
<id>27</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>312</left>
<top>109</top>
<right>342</right>
<bottom>126</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>ConnectionMenu</name>
<script>on mouseEnterDisplayHelp "If the Connection tool has a menu then this field determines if the menu is added to the menubar. Click here and the resulting popup menu will allow you to change this value."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseDownGlobal YesNoput PopUpOptions("ConnectionMenu", "Fld", "L", YesNo) into Optionif Option <> empty then put Option into fld "ConnectionMenu"end mouseDown</script>
</part>
<part>
<id>17</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>106</left>
<top>127</top>
<right>258</right>
<bottom>144</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>TerminalTool</name>
<script>on mouseEnterDisplayHelp "This field contains the name of the Terminal tool to be used whilst connected to this Service. Click here and the resulting pop-up menu will allow you to change this value."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseDownglobal Terminalsput PopUpOptions("TerminalTool", "Fld", "L", Terminals) into Optionif Option <> -1 thenif Option <> empty thenif Option <> "None" thenset cursor to busyif (Option = fld "TerminalTool") thenput fld "TerminalTokens" into Tokenselseput empty into Tokensend ifput ServiceWindow() into replyif reply ≠ -1 thenput CTBConfigureTerm(Option, Tokens) into Settingsif Settings ≠ -1 thenput item 1 of Settings into fld "TerminalTool"put item 2 of Settings into fld "TerminalTokens"end ifclose window "New-Window"end ifelseput Option into fld "TerminalTool"put empty into fld "TerminalTokens"end ifend ifend ifend mouseDown</script>
</part>
<part>
<id>23</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>159</left>
<top>185</top>
<right>477</right>
<bottom>260</bottom>
</rect>
<style>scrolling</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>TerminalTokens</name>
<script>on mouseEnterDisplayHelp "This field contains the parameters, (tokens) necassary to configure the Terminal tool. Clicking anywhere within this field will allow you to change the parameters."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseDownglobal Terminalsif fld "TerminalTokens" ≠ empty thenput fld "TerminalTokens" into Tokensput fld "TerminalTool" into Toolput ServiceWindow() into replyif reply ≠ -1 thenput CTBConfigureTerm(Tool, Tokens) into Settingsif Settings <> -1 thenput item 1 of Settings into fld "TerminalTool"put item 2 of Settings into fld "TerminalTokens"end ifclose window "New-Window"end ifend ifend mouseDown</script>
</part>
<part>
<id>28</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>312</left>
<top>127</top>
<right>342</right>
<bottom>144</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>TerminalMenu</name>
<script>on mouseEnterDisplayHelp "If the Terminal tool has a menu then this field determines if the menu is added to the menubar. Click here and the resulting popup menu will allow you to change this value."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseDownGlobal YesNoput PopUpOptions("TerminalMenu", "Fld", "L", YesNo) into Optionif Option <> empty then put Option into fld "TerminalMenu"end mouseDown</script>
</part>
<part>
<id>54</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>426</left>
<top>268</top>
<right>453</right>
<bottom>298</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>1013</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>italic</textStyle>
<textStyle>bold</textStyle>
<name>Next</name>
<script>on mouseEnterDisplayHelp "Click here to go to the next parameter default card."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseUpvisual effect wipe left fastgo to next cardend mouseUp</script>
</part>
<part>
<id>55</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>396</left>
<top>267</top>
<right>425</right>
<bottom>302</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>32462</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Help</name>
<script>on mouseEnterDisplayHelp "Position the mouse over the field or button about which you require information or click here to turn the help facility off"end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseUpif the highlite of me is true thenset the highlite of me to falsehide fld "Help"elseset the highlite of me to trueshow fld "Help"DisplayHelp "Position the mouse over the field or button about which you require information or click here turn the help facility off"end ifend mouseUp</script>
</part>
<part>
<id>56</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>452</left>
<top>267</top>
<right>480</right>
<bottom>298</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>1012</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>italic</textStyle>
<textStyle>bold</textStyle>
<name>Return</name>
<script>on mouseEnterDisplayHelp "Click here to return to the 'Menu' card."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseUpvisual effect dissolve fastgo to card "Menu"end mouseUp</script>
</part>
<part>
<id>58</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>209</left>
<top>202</top>
<right>271</right>
<bottom>217</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>MenuSettings</name>
<script></script>
</part>
<part>
<id>60</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <true /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <true /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>106</left>
<top>163</top>
<right>477</right>
<bottom>180</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>TerminationString</name>
<script>on mouseEnterDisplayHelp "This field contains the comma delimited termination character strings to be searched for in the service output. Use ^ + character pairing to indicate control characters."end mouseEnter_____________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave</script>
</part>
<part>
<id>57</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>0</left>
<top>269</top>
<right>395</right>
<bottom>296</bottom>
</rect>
<style>opaque</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>Help</name>
<script>on mousedownhide meset the highlite of bkgnd button "Help" to falseend mousedown________________________________________________________________________on mouseEnterDisplayHelp "Position the mouse over the field or button about which you require information or click here to turn the help facility off."end mouseEnter________________________________________________________________________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave</script>
</part>
<part>
<id>62</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>5</left>
<top>192</top>
<right>149</right>
<bottom>209</bottom>
</rect>
<style>rectangle</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>italic</textStyle>
<name>Service Scripts</name>
<script>on mouseEnterDisplayHelp "Click this button to display and/or edit the scripts associated with the default Service."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseUpglobal editorNames, ScriptBeingEdited, WindowNameif "Script Window" is not in editorNames thenif scriptWindow(the short name of this card) thenset the visible of window WindowName to trueelseif WindowName ≠ empty then close window WindowNameend ifelseif the short name of this card = scriptBeingEdited thensend activate to window "Script Window"elsebeepanswer "Only one service script may be editted at any one time." with "Continue"end ifend ifend mouseUp</script>
</part>
<part>
<id>63</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>5</left>
<top>214</top>
<right>149</right>
<bottom>231</bottom>
</rect>
<style>rectangle</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Terminal Tokens</name>
<script>on mouseEnterDisplayHelp "Click this button and the Terminal tool configuration tokens will be displayed in the field to the right of the button."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseUpshow fld "TerminalTokens"hide fld "ConnectionTokens"end mouseUp</script>
</part>
<part>
<id>64</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>5</left>
<top>236</top>
<right>149</right>
<bottom>253</bottom>
</rect>
<style>rectangle</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Connection Tokens</name>
<script>on mouseEnterDisplayHelp "Click this button and the Connection tool configuration tokens will be displayed in the field to the right of the button."end mouseEnter______________on mouseLeaveDisplayHelp "Position the mouse over the field or button about which you require information."end mouseLeave______________on mouseUpshow fld "ConnectionTokens"hide fld "TerminalTokens"end mouseUp</script>